home *** CD-ROM | disk | FTP | other *** search
/ Aminet 39 / Aminet 39 (2000)(Schatztruhe)[!][Oct 2000].iso / Aminet / misc / math / number.lha / number / number.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1999-03-01  |  93 b   |  7 lines

  1. /* first 500 numbers */
  2. do i=1 to 500
  3.     queue i
  4. end
  5. queue "00"x
  6. address command number arg(1)
  7.